type github.com/jackc/pgx/v5/pgtype.scanPlanJSONToJSONUnmarshal

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L169: 		return &scanPlanJSONToJSONUnmarshal{unmarshal: c.Unmarshal}
		json.go#L195: type scanPlanJSONToJSONUnmarshal struct {
		json.go#L199: func (s *scanPlanJSONToJSONUnmarshal) Scan(src []byte, dst any) error {